@charset "utf-8";
html,
body {
  height: 100%;
  min-height: 100vh;
  background: #fff;
  color: #333;
  padding-top: 0;
  scroll-behavior: smooth !important;
}
body > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
.active-reaction {
  background: radial-gradient(#ff7c8e7a 60%, #fff0 65%);
}
.active-reaction > div > i {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545 !important;
  border-radius: 50%;
  padding: 0.25rem;
}
.comment-alias {
  color: #212529;
}
.comment-alias.system-admin {
  color: #dc3545 !important;
}
#response-modal {
  z-index: 1061;
}
#edit-response-modal {
  z-index: 1062;
}
.bootbox.modal {
  z-index: 1065;
}
/* カスタマイズする部分 */
#response-modal .my_comment .card-text::-webkit-scrollbar,
#response-comment-wrapper::-webkit-scrollbar {
  width: 3px;
}
#response-modal .my_comment .card-text::-webkit-scrollbar-thumb,
#response-comment-wrapper::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 3px;
}
#response-modal .my_comment .card-text::-webkit-scrollbar-track-piece:start,
#response-comment-wrapper::-webkit-scrollbar-track-piece:start {
  background: #ddd;
}
#response-modal .my_comment .card-text::-webkit-scrollbar-track-piece:end,
#response-comment-wrapper::-webkit-scrollbar-track-piece:end {
  background: #aaa;
}
.comment h5 {
  font-size: 1.1rem;
}
.comment .comment-body {
  /* font-weight: 300;*/
  line-height: 1.5;
}
.comment-body > p {
  width: calc(100% - 2rem);
  margin-bottom: 0;
}
.date-bar,
.comment-date-bar {
  display: block;
  text-align: right;
  padding: 0 0 10px;
}
.interact-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.feedback-button {
  color: #333;
  padding: 5px 2rem;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s;
  border: none;
  background: #ddd;
}
#response-form-footer .feedback-button {
  padding: 5px 1rem;
}
/*送信ボタン*/
/* #uc-comment-send,
#uc-comment-cancel,
#bottom-uc-comment-button,
#comment-form-footer .comment-button,
#response-form-footer .response-button {
  background: #ddd;
  color: #333;
} */
/* .feedback-button:hover,
#uc-comment-send:hover,
#uc-comment-cancel:hover,
#bottom-uc-comment-button:hover,
#comment-form-footer .comment-button:hover,
#response-form-footer .response-button:hover {
  background: #666;
  color: #fff;
} */
#uc-comment-send,
#uc-comment-cancel,
#comment-form-footer .comment-button,
#response-form-footer .response-button {
  /* background: #fff;
  color: #212529; */
  transition: 0.5s;
}
/* #uc-comment-send,
#uc-comment-cancel {
  background: #ddd;
  color: #333;
} */
#bottom-uc-comment-button {
  background: #ddd;
}
.uc_comment_wrapper .bottom-prop-inner {
  padding-top: 0; /*上書き*/
}
button.btn.btn-uc-remove-comment {
  color: rgba(0, 0, 0, 0.6);
}
/*いいねボタン*/
.interact-wrapper #uc-comment-send,
.interact-wrapper #uc-comment-cancel,
.interact-wrapper #bottom-uc-comment-button,
.interact-wrapper .feedback-button .interact-wrapper > #like-button,
.interact-wrapper > .feedback-button,
#comment-form-footer .comment-button,
#response-form-footer .response-button {
  background: #fff;
  color: #ea6c3c !important;
  border: 1px solid #ccc;
  border-radius: 100px;
}
@media (hover: hover) {
  .interact-wrapper #uc-comment-send:hover,
  .interact-wrapper #uc-comment-cancel:hover,
  .interact-wrapper #bottom-uc-comment-button:hover,
  .interact-wrapper .feedback-button:hover,
  #comment-form-footer .comment-button:hover,
  #response-form-footer .response-button:hover {
    background: #ea6c3c;
    color: #fff !important;
    border-radius: 100px;
  }
}
.interact-wrapper > .feedback-button.checked {
  background: #ea6c3c;
  color: #fff !important;
  border-radius: 100px;
}
.interact-wrapper #uc-like-button,
.interact-wrapper #like-button {
  color: #ff3a5c !important;
  border: 1px solid #ccc;
  border-radius: 100px;
}
@media (hover: hover) {
  .interact-wrapper #uc-like-button:hover,
  .interact-wrapper #like-button:hover {
    background: #ff3a5c !important;
    border-color: #ff3a5c !important;
    color: #fff !important;
  }
}
.interact-wrapper #uc-like-button:active,
.interact-wrapper #uc-like-button.checked, 
.interact-wrapper #like-button:active,
.interact-wrapper #like-button.checked {
  background: #ff3a5c;
  border-color: #ff3a5c;
  color: #fff !important;
}
.interact-wrapper #uc-comment-button, 
.interact-wrapper #uc-comment-button > i,
.interact-wrapper > #comment-button,
.interact-wrapper > #comment-button > i {
  color: #3a79aa !important;
}
.interact-wrapper #uc-comment-button, 
.interact-wrapper > #comment-button {
  border: 1px solid #ccc !important;
  border-radius: 100px;
}
@media (hover: hover) {
  .interact-wrapper #uc-comment-button:hover,
  .interact-wrapper #uc-comment-button:hover > i,
  .interact-wrapper > #comment-button:hover,
  .interact-wrapper > #comment-button:hover > i {
    background: #fff !important;
    border-color: #fff !important;
    color: #ea6c3c !important;
  }
}
.feedback-button:disabled {
  filter: grayscale(1);
}
.z-102 {
  z-index: 102;
}
.item-wrapper {
  overflow-x: hidden;
}
.item-wrapper .field-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
  padding-top: 40px;
  word-break: break-word;
}
.item-wrapper .field-wrapper.f_gallery {
  padding: 0;
  margin-bottom: 40px;
  margin-top: 40px;
}
.field-wrapper .inner-field-wrapper {
  width: 100%;
  height: 100%;
}
.item-wrapper .f_header {
  padding-bottom: 0;
}
.item-wrapper .f_header:first-child {
  padding-bottom: 40px;
}
.item-wrapper .f_header h1 {
  text-align: inherit;
  font-size: 1.7rem;
  position: relative;
}
.item-wrapper .f_header h2,
.item-wrapper .f_header h3,
.item-wrapper .f_header h4 {
  font-size: 1.5rem;
  margin-bottom: 0 !important;
}
.item-wrapper .interact-wrapper {
  background: #efefef;
}
.item-wrapper .field-wrapper.f_embed {
  text-align: center;
}
.item-wrapper .field-wrapper.f_embed iframe {
  max-width: 100%;
  /* min-height: 50vh; */
}
.item-wrapper .field-wrapper .gallery-img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  border: 2px solid #fff !important;
}
img.gallery-img {
  height: auto !important;
}
.f_gallery .row .col-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.item-wrapper .f_gallery a img.gallery-img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.f_gallery .row > div {
  height: auto;
  max-height: 400px;
  overflow: hidden;
}
.item-wrapper .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.f_gallery .row .col-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.item-wrapper h1 {
  font-weight: 600 !important;
  font-size: 2em;
  /*margin: 0 !important;*/
  margin: 0;
  padding: 0;
}
h1#content-h-name {
  margin-bottom: 1.5rem;
}
.item-wrapper a > h1 {
  color: #343d3f !important;
}
h2 {
  color: #333;
  font-size: 1.5rem;
}
.item-wrapper .pre-wrap {
  white-space: pre-wrap;
  line-height: 1.8rem;
}
.item-wrapper .col-9 .pre-wrap,
.item-wrapper .col-6 .pre-wrap,
.item-wrapper .col-3 .pre-wrap {
  padding: 0 15px;
}
.item-wrapper .f_img img,
.user-content-images img.card-img-top {
  /*min-height:500px;*/
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.user-content-images .img_wrapper {
  /*max-height: 90vh;*/
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
.user-content-images .carousel {
  height: 600px;
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.user-content-images .carousel .carousel-item img,
.user-content-images img.user-content-img {
  max-height: 730px;
  /* max-width: 800px; */
  width: 100%;
  object-fit: cover;
}
.user-content-images .carousel .carousel-control-next-icon,
.user-content-images .carousel .carousel-control-prev-icon {
  background-color: #aaa;
  border: 3px solid #aaa;
  border-radius: 2px;
}
.user-content-images p.noimage {
  min-height: 100px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}
.user-content-images .panorama {
  height: 600px;
}
.user-content-images .carousel .panorama {
  height: 600px;
  width: calc(100% - 240px);
  margin: auto;
}
.item-wrapper .f_img img {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.tab-content img {
  max-height: 90vh;
  width: auto !important;
  max-width: 100%;
  object-fit: cover;
}
.spoiler {
  background-color: #ddd;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}
.spoiler:not(:active) {
  background-color: #eee;
  color: #eee;
  min-width: 96px;
  user-select: none;
}
.spoiler:not(:active)::before {
  position: absolute;
  top: 8px;
  left: 12px;
  content: "";
  color: #999;
}
.row .f_img.col-12,
.row .f_img.col-md-12,
.row .f_img.col-sm-12 {
  max-height: calc(90vh + 80px);
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
.item-wrapper .container .row {
  margin-right: 0;
  margin-left: 0;
}
.row > .col-6 {
  background: #fff;
  color: #333;
}
.f_gallery .row > .col-6,
.row .f_link {
  background: none;
}
.f_link .pre-wrap {
  padding: 0 !important;
}
.f_link.col-12 {
  max-width: 50vw;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.f_link .pre-wrap a {
  display: block;
  color: #333;
  /*border: 1px solid #cdcdcd;*/
  border-radius: 3px;
  text-align: center;
  padding: 5px 8px !important;
  margin: 0 5px;
  text-decoration: none;
}
.f_link .pre-wrap a:hover {
  background: #333;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.f_tabcontent ul li a.nav-link {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-radius: 0;
}
.f_tabcontent ul li a.nav-link:hover,
.f_tabcontent ul li a.nav-link.active {
  background: #333;
  color: #fff;
  border-radius: 0;
  border: 1px solid #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.f_tabcontent li.nav-item {
  font-size: 0.9rem;
}
.bottom-prop-wrapper {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bottom-prop-wrapper h2 {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 20px;
}
.bottom-prop-inner {
  padding-top: 40px;
}
table .small {
  font-size: 0.9rem;
}
/* #response-modal */
#response-modal {
  color: #333;
}
#edit-response-modal {
  z-index: 10000;
}
#response-modal h3 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  width: 100%;
}
#response-modal h5.modal-title,
#response-modal .comment_sec_header h3,
h5#edit-response-modal-title {
  color: #333 !important;
}
#response-modal .modal-content {
  background: #eceae5;
}
#response-modal .modal-content p {
  margin-bottom: 0;
}
#response-modal .modal-content.container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#response-modal .modal-content ul li {
  list-style: none;
}
#response-modal .response {
  min-height: 40vh;
}
#response-modal .modal-content .main_img {
  position: relative;
  margin-bottom: 1rem;
}
#response-modal .modal-content .reaction-trigger {
  background: #b7b4ab;
}
#response-modal .modal-content .main_img .photo {
  object-fit: contain;
  width: 100%;
  border-radius: 0.5rem;
  background: #b7b4ab;
  overflow: hidden;
}
#response-modal .modal-content .main_img .noimage {
  background: #d4d3cd;
  width: 100%;
  height: 35vh;
  border-radius: 5px;
  color: #fff;
}
#response-modal .modal-content .main_img .noimage i {
  font-size: 40px;
}
#response-modal .modal-content .main_img .photo img,
#response-modal .modal-content .main_img .carousel img {
  height: 35vh;
  object-fit: contain;
  border-radius: 0;
}
#response-modal .modal-content .icon_heart {
  position: relative;
  margin-top: -0.5rem;
}
#response-modal .modal-content .main_img .icon_heart {
  position: absolute;
  top: 0.25rem;
  right: 0;
  z-index: 1500;
}
#response-modal .modal-content .icon_heart button > i {
  border-radius: 100%;
  padding: 7px !important;
  font-size: 13px;
}
#response-modal .modal-content .icon_heart button:hover > i {
  background: #f47c91;
}
#response-modal .modal-content .carousel-control-prev-icon,
#response-modal .modal-content .carousel-control-next-icon {
  background-color: #9a988d;
  border-radius: 20px;
  background-size: 12px;
}
#response-modal .my_comment {
  margin: 0 0 0.75rem;
}
#response-modal .my_comment .card-text {
  font-size: 0.9rem;
  /*  font-weight: 200;*/
  overflow-y: auto;
}
#response-modal .modal-content .icon_list {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  /*text-align: center;*/
  margin-left: 0.25rem;
  margin-bottom: 0.25rem; /*上書き*/
  font-size: 0;
  text-align: left;
  margin-top: -3px;
}
#response-modal .modal-content .send-reaction-wrapper {
  z-index: 100;
}
#response-modal .modal-content .icon_list li {
  padding: 0 3px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 100;
}
#response-modal .modal-content .icon_list:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -15px;
  margin-top: -8px;
  border: 6px solid transparent;
  border-right: 12px solid #fff;
  z-index: 1;
}
#response-modal .modal-content .user_detail {
  padding-top: 14px;
  margin-bottom: 0.25rem;
}
#response-modal .modal-content .user_detail .ph {
  width: 52px;
  height: 52px;
  margin: -15px 8px 0 0;
}
#response-modal .modal-content .user_detail .ph img {
  border: 2px solid #fff;
  width: 48px;
  height: 48px;
  object-fit: cover;
  box-sizing: border-box;
}
#response-modal .modal-content .user_detail .user_name {
  font-size: 0.9rem;
  max-width: 12rem;
  line-height: 1.1;
  font-weight: bold;
}
#response-modal .modal-content .user_detail .time {
  line-height: 1.1;
}
#response-modal .modal-content a {
  color: #3a79aa;
}
#response-modal .modal-content a:hover {
  color: darkorange;
}
#response-modal h3 span {
  font-size: 13px;
}
#response-modal .modal-header {
  border: none !important;
  padding: 1.25rem 1.25rem 0;
}
#response-modal .modal-header h5 {
  font-size: 1rem;
  padding-top: 3px;
  font-weight: 500 !important;
}
#response-modal .modal-body {
  padding: 0 1.25rem;
}
#response-modal .modal-body > .row .col-lg-6:first-child {
  margin-top: 34px;
}
#response-modal .comment-header {
  font-weight: 200 !important;
  font-size: 0.8rem !important;
  margin-bottom: 0.25rem;
}
#response-modal #response-comment-wrapper {
  height: 100%;
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#response-modal .row .comment {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0.75rem !important;
  border-bottom: 1px solid #dee2e6 !important;
}
#response-modal .row .comment:last-child {
  margin-bottom: 0.5rem !important;
}
#response-modal .comment .comment-body {
  padding: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.2rem;
}
#response-modal .comment-date-bar {
  font-size: 0.9rem;
}
#response-modal #response-comment-form {
  /* margin-top: 1rem;*/
  width: 100%;
  font-weight: normal;
}
#response-modal #response-comment-form-body .form-control {
  font-size: 0.9rem;
}
#response-modal .comment-button {
  background: #ccc;
  padding: 2px;
  color: #333;
}
#response-modal .comment-button:hover {
  background: #666;
  color: #fff;
}
#response-modal .modal-footer {
  padding: 1rem 1.25rem;
  margin-top: 10px;
}
#response-modal .btn-edit-response,
#response-modal .btn-remove-response {
  padding: 0.5rem 0 0.5rem 0.25rem;
  line-height: 1;
}
#response-modal .time > small {
  display: block;
}
.modal #response-edit-send {
  background: linear-gradient(45deg, #ec6302, #fa8b33) !important;
  border-color: #ec6302 !important;
  color: #fff !important;
}
/* #response-wrapper */
#response-wrapper {
  /*font-size:0.8rem;*/
  margin-left: -6px;
  margin-right: -6px;
}
#response-wrapper .response {
  padding-left: 6px;
  padding-right: 6px;
}
/* .card */
#response-wrapper .card {
  border: 1px solid #c3c3c3;
  color: #333;
  width: 100%;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
}
#response-wrapper .card p {
  margin: 0;
}
#response-wrapper .card-body {
  padding: 0.75rem;
  line-height: 1.4;
  font-weight: normal;
  font-size: 13px;
}
#response-wrapper .card-body p button {
  padding: 0.5rem 0 0.5rem 0.25rem;
  font-size: 15px;
  line-height: 1;
}
#response-wrapper .card .card-header {
  padding: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 0;
  background: #d4d3cd;
}
#response-wrapper .card .carousel {
  border-radius: 0.25rem 0.25rem 0 0;
}
#response-wrapper .card .card-header:hover,
#response-wrapper .card .card-header:active {
  cursor: pointer;
}
.response-modal-trigger {
  cursor: pointer;
}
#response-wrapper .card .card-header .response-modal-trigger {
  border-radius: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
#response-wrapper .card .card-header .response-modal-trigger.btn-link:hover {
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}
#response-wrapper button.btn-link.btn-more {
  display: inline-block;
  width: 60%;
  text-decoration: none;
  color: #3a79aa;
  background: #efefef;
}
#response-wrapper button.btn-link.btn-more {
  background: #efefef;
}
#response-wrapper button.btn-link.btn-more:hover {
  background: #3a79aa !important;
  color: #fff !important;
  text-decoration: none;
}
#response-wrapper .card-img-top,
#response-wrapper .card-header .carousel {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  padding: 0;
  margin: 0;
}
#response-wrapper .card .card-header .response-top-btn {
  width: 100%;
}
#response-wrapper .card .card-header .noimage_wrapper {
  height: 120px;
}
#response-wrapper .card .card-header .noimage {
  width: 100%;
  height: 100%;
  background: #d4d3cd;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 100;
  font-size: 0.9rem;
}
#response-wrapper .card .card-header .noimage {
  width: 100%;
  height: 100%;
  background: #d4d3cd;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 100;
  font-size: 0.9rem;
}
#response-wrapper .card .card-header .noimage i {
  font-size: 30px;
}
#response-wrapper .card .card-body.card-image {
  position: relative;
  z-index: 10;
  margin-top: -24px;
}
#response-wrapper .card .card-body.no-card-image .user_detail {
  border-bottom: 1px solid #dee2e6 !important;
}
#response-wrapper .card .card-body .user_name_wrapper {
  margin-top: -22px;
}
#response-wrapper .card .user_detail {
  position: relative;
  font-size: 0.8rem;
}
#response-wrapper .card .user_detail .ph {
  font-size: 0.8rem;
}
#response-wrapper .card .user_detail .ph a {
  display: inline-block;
  z-index: 1;
}
#response-wrapper .card .user_detail .ph img {
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  border: 3px solid #ddd;
  object-fit: cover;
}
#response-wrapper .card .user_detail .user_name {
  padding-left: 55px;
  margin-bottom: 8px;
}
#response-wrapper .card .user_detail .user_name a {
  color: darkorange;
}
#response-wrapper .card .user_detail .user_name a:hover {
  text-decoration: none; /*本番では不要かも*/
}
#response-wrapper .card .user_detail div p {
  margin: 0;
}
#response-wrapper .card .user_detail .time {
  background: none;
  padding: 0;
  color: #999;
}
#response-wrapper .card .user_detail .time small {
  background: none;
  padding: 0;
  color: #999;
  display: block;
}
#response-wrapper .card-body .card-text {
  max-height: 4rem;
  overflow: hidden;
  font-size: 14px;
  padding-top: 0.5rem;
}
#response-wrapper .card .card-footer {
  position: relative;
  padding: 0 0.75rem 0.75rem;
  border-top: 0;
  color: #999;
  background: #fff;
}
#response-wrapper .card .card-footer img {
  width: 18px;
  height: 18px;
}
#response-wrapper .card .card-footer .icon_list {
  color: #555;
  line-height: 1rem;
  font-size: 0; /*spanの不要余白を消すhack*/
}
#response-wrapper .card .card-footer .icon_list span {
  display: inline-block;
  padding: 0 1px 0 0;
  /*vertical-align: middle;*/
  font-size: 14px;
  width: 21px;
}
#response-wrapper .card .card-footer .icon_list span.number {
  font-size: 10px;
  width: inherit;
}
#response-wrapper .card .card-footer .icon_list span.like-icon,
#response-wrapper .card .card-footer .icon_list span.comment-icon {
  font-size: 10px;
  width: 20px;
  padding: 0 1px;
}
.comment-icon i.fa-commen {
  font-size: 14px;
}
i.fa-comment {
  font-size: 14px;
  color: #41b4f7;
}
.text-muted i.fa-heart {
  color: #aaa;
}
#response-wrapper .card-footer .comment {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  /* line-height:1rem;*/
}
#response-wrapper .card-footer .comment button {
  display: block;
  text-align: center;
  padding: 2px;
  background: #eee;
  width: 100%;
  border-radius: 2px;
  color: #3a79aa;
  text-decoration: none;
  font-size: 0.9rem;
}
#response-wrapper .card-footer .comment button:hover {
  background: #3a79aa;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.9rem;
}
#response-wrapper .text-red {
  color: #ff3a5c;
}
#response-wrapper i.fa-heart {
  font-size: 14px;
}
.modal_head_inner {
  display: flex;
}
#responseCommentBody {
  margin-bottom: 0;
}
/* user_content.pug */
img.card-img-top {
  width: 100%;
}
#uc-comment-wrapper .comment {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  word-break: break-all;
}
.content-controls span {
  display: inline-block;
  margin-left: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
}
.user-content-text {
  word-break: break-all;
}
.f_column .detail_inner {
  margin-top: 1rem;
}

.content-wrapper-inner {
  padding-right: 10px;
  padding-left: 10px;
}

.content-wrapper-inner:not(.cw-fill) {
  margin-right: auto;
  margin-left: auto;
}

/* スマホだけ */
@media screen and (max-width: 767px) {
  .f_text .pre-wrap {
    line-height: 1.8;
  }
  .item-wrapper .f_text.col-9 .pre-wrap,
  .item-wrapper .f_text.col-6 .pre-wrap,
  .item-wrapper .f_text.col-3 .pre-wrap {
    padding: 0 8px;
  }
  .item-wrapper .field-wimg.card-img-toprapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .interact-wrapper .feedback-button {
    border: 1px solid #ced4da;
    color: #333;
    padding: 5px 2rem;
    vertical-align: top;
    box-sizing: border-box;
    max-width: 50vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  p.lead {
    font-size: 1rem;
    margin-bottom: 20px !important;
  }
  .item-wrapper .f_header h1 {
    font-size: 1.5rem !important;
    text-align: center;
  }
  .item-wrapper .f_header h2,
  .item-wrapper .f_header h3 {
    display: block;
    font-size: 1.2rem;
    margin: 0 !important;
  }
  .item-wrapper h4 {
    font-size: 1rem;
    padding: 6px 16px;
  }
  .col-6 {
    flex: auto;
    /*max-width: 100%;*/
  }
  .f_link.col-12 {
    max-width: 100%;
  }
  .item-wrapper .field-wrapper.f_link.col-9:first-child,
  .item-wrapper .field-wrapper.f_link.col-6:first-child,
  .item-wrapper .field-wrapper.f_link.col-3:first-child {
    padding-bottom: 0;
  }
  .item-wrapper .f_header:first-child {
    padding-bottom: 20px;
  }
  .item-wrapper .field-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .item-wrapper .col-9 .pre-wrap,
  .item-wrapper .col-6 .pre-wrap,
  .item-wrapper .col-3 .pre-wrap {
    padding: 0 8px;
    font-size: 0.9rem;
  }
  .f_tabcontent ul.tab-content-titles {
    border-bottom: none;
  }
  .f_tabcontent li.nav-item {
    margin-bottom: 5px;
  }
  #comment-form-footer .feedback-button {
    padding: 0.5rem 1rem !important;
  }
  #comment-cancel {
    font-size: 0.8rem !important;
  }
  #response-modal h3 {
    margin-top: 2.5rem;
  }
  #response-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  #response-wrapper .response {
    padding-left: 0;
    padding-right: 0;
  }
  #response-wrapper .number {
    display: none !important;
  }
  #response-wrapper .icon_list img {
    display: inline-block;
    margin-left: -2px;
  }
  #response-wrapper .comment {
    font-size: 13px;
  }
  #response-wrapper .card .card-footer img {
    width: 18px;
    margin: 0;
  }
  #response-comment-form {
    margin-top: 0 !important;
  }
  #responseCommentBody {
    margin-bottom: 0 !important;
  }
  .modal_head_inner {
    flex-direction: column;
  }
  #response-modal .modal-content .btn-reaction-popup {
    padding-left: 0;
  }
  #response-modal .modal-body > .row .col-lg-6:first-child {
    margin-top: 20px;
  }
  #response-modal .modal-content .icon_heart {
    margin-top: 0;
    z-index: 100;
  }
  #response-modal .modal-content .icon_list {
    margin-top: 0;
  }
  #response-modal .modal-content .send-reaction-wrapper {
    z-index: 100;
  }
  #response-modal .modal-content .icon_list li {
    padding: 0 3px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 100;
  }
  .comment_sec .row {
    margin-right: 0;
    margin-left: 0;
  }
  #response-modal #response-comment-wrapper {
    max-height: none;
  }
  #response-modal .modal-header .close {
    padding: 1rem 2rem 1rem 1.5rem !important;
  }
  .row .f_img.col-12,
  .row .f_img.col-md-12,
  .row .f_img.col-sm-12 {
    height: auto;
    width: 100%;
    max-height: unset;
  }
  .item-wrapper .f_img img {
    max-height: auto;
    width: 100%;
    height: auto;
  }
  .user-content-images .img_wrapper {
    height: auto;
    width: 100%;
    max-height: unset;
  }
  .user-content-images .img_wrapper img.user-content-img {
    max-height: auto;
    width: 100%;
    height: auto;
    min-height: unset;
  }
  .bottom-prop-wrapper h2 {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 1.2rem;
  }
  .carousel .carousel-item {
    background: #666;
  }
  .f_gallery .row > div {
    height: auto;
    max-height: 45vh;
  }
  .user-content-images .carousel {
    height: auto;
    width: auto;
    max-height: 600px;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .user-content-images .carousel .carousel-item {
    background: none;
  }
  .user-content-images .carousel .carousel-item img,
  .user-content-images img.user-content-img {
    height: auto;
    width: 100%;
    max-height: 600px;
    max-width: 100%;
  }
  #response-wrapper button.btn-link.btn-more {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 90vw;
    width: 950px;
  }
  #response-modal .my_comment .card-text {
    overflow-y: auto;
    max-height: 25vh;
    min-height: 10vh;
  }
}
